Content SubscribedLibrary ProbeResult
The Content SubscribedLibrary ProbeResult schema defines the subscription information probe result. This describes whether using a given subscription URL is successful or if there are access problems, such as SSL errors.
{
"status": "string",
"ssl_thumbprint": "string",
"ssl_certificate": "string",
"error_messages": [
{
"id": "string",
"default_message": "string",
"args": [
"string"
],
"params": {
"params": {
"s": "string",
"dt": "string",
"i": 0,
"d": "number",
"l": "Vapi Std NestedLocalizableMessage Object",
"format": "string",
"precision": 0
}
},
"localized": "string"
}
]
}
The status of probe result. This will be one of Status.
For more information see: Content SubscribedLibrary ProbeResult Status.
The SSL thumbprint for the remote endpoint.
A SSL thumbprint is only returned if the host is secured with SSL/TLS.
The SSL certificate for the remote endpoint.
This property was added in vSphere API 9.0.0.0.
A SSL certificate is only returned if the host is secured with SSL/TLS and if the {SubscribedLibrary#sslCertificate} is also set.
If the probe result is in an error status, this property will contain the detailed error messages.